home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYGAME.ZIP / CGHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1994-10-20  |  825b  |  35 lines

  1. unit CGHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbout                = 8;
  8.   hcAdjustPalette        = 14;
  9.   hcColorDialog          = 22;
  10.   hcControls             = 16;
  11.   hcControlsDialog       = 18;
  12.   hcDefaultFont          = 15;
  13.   hcDeskTop              = 1;
  14.   hcFile                 = 4;
  15.   hcGameDialog           = 20;
  16.   hcLoadFile             = 5;
  17.   hcMenu                 = 2;
  18.   hcNewGame              = 10;
  19.   hcNoContext            = 0;
  20.   hcOColors              = 13;
  21.   hcOptions              = 11;
  22.   hcPaletteDialog        = 17;
  23.   hcPrevious             = 65318;
  24.   hcSaveFile             = 6;
  25.   hcScreen               = 12;
  26.   hcScreenDialog         = 19;
  27.   hcStatusLine           = 3;
  28.   hcTreeWindow           = 21;
  29.   hcViewDoc              = 7;
  30.   hcWindows              = 9;
  31.  
  32. implementation
  33.  
  34. end.
  35.